DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / Invoke Method / Invoke(Delegate,Object[]) Method






In This Topic
    Invoke(Delegate,Object[]) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function Invoke( _
       ByVal method As System.Delegate, _
       ByVal ParamArray args() As System.Object _
    ) As System.Object
    'Usage
     
    
    Dim instance As DicomViewer
    Dim method As System.Delegate
    Dim args() As System.Object
    Dim value As System.Object
     
    value = instance.Invoke(method, args)
    public System.object Invoke( 
       System.Delegate method,
       params System.object[] args
    )
    public function Invoke( 
        method: System.Delegate;
       params  args: System.TObjectarray of
    ): System.TObject; 
    public function Invoke( 
       method : System.Delegate,
       args : System.Object[]
    ) : System.Object;
    public: System.Object* Invoke( 
       System.Delegate* method,
       params System.Object*[]* args
    ) 
    public:
    System.Object^ Invoke( 
       System.Delegate^ method,
       ... System.array<Object^>^ args
    ) 

    Parameters

    method
    args
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also